<xs:element maxOccurs="unbounded" name="quantitypricebreak" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexType>
<xs:sequence>
<xs:element name="promotioncode" type="xs:string" />
<xs:element name="datefrom" type="xs:dateTime" />
<xs:element name="dateto" type="xs:dateTime" />
<xs:element name="price" type="xs:decimal" />
<xs:element name="amount" type="xs:decimal" />
<xs:element name="discountpercentage" type="xs:decimal" />
<xs:element name="ispceprice" type="xs:boolean" />
<xs:element name="quantitypricebreaktype" type="xs:string" />
<xs:element name="barcode" />
<xs:element name="productbarcodes">
<xs:complexType>
<xs:sequence>
<xs:element name="productbarcode">
<xs:complexType>
<xs:attribute name="barcode" type="xs:long" use="required" />
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="productnumber" type="xs:long" use="required" />
</xs:complexType>
</xs:element>
|